home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _76AC3745182B4DFE935BCA6E94236380 < prev    next >
Encoding:
Text File  |  2005-12-29  |  229 b   |  22 lines

  1. !include("surface.def")
  2. Shader()
  3. {
  4.     SurfaceID(SRF_STONE)
  5.     Cull("ccw")
  6.     Pass()
  7.     {
  8.         ColorFunc(0)
  9.         DepthFunc("never", 0)
  10. /*        tmu()
  11.         {
  12.             Texture()
  13.             {
  14.                 Image("FreestyleRespawn.png")
  15.             }
  16.         }
  17. */    }
  18.  
  19. }
  20.  
  21.  
  22.